home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global longneck
- set longneck to longneck + 1
- if (longneck mod 4) = 0 then
- go("Longneck.Pos3a")
- end if
- if (longneck mod 4) = 1 then
- go("Longneck.Pos3b")
- end if
- if (longneck mod 4) = 2 then
- go("Longneck.Pos3c")
- end if
- if (longneck mod 4) = 3 then
- go("Longneck.Pos3d")
- end if
- end
-